home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 12⁄1⁄89 / 0400-Re Dimmed TextListVi-Jan90 < prev    next >
Encoding:
Text File  |  1990-01-12  |  915 b   |  31 lines  |  [TEXT/GEOL]

  1. Item    4762129                         11-Jan-90        13:13
  2.  
  3. From:   ROSENSTEIN1                     Rosenstein, Larry
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    RE>Dimmed TextListView It
  8.  
  9. Attn: MacApp Tech
  10. SentBy: Larry Rosenstein
  11. Date   1/11/90
  12. Subject    RE>Dimmed TextListView Item
  13. From   Larry Rosenstein
  14. To MacApp Tech
  15.  
  16.          Reply to:   RE>Dimmed TextListView Items
  17. Curtis,
  18.  
  19. The proper way to gray out text is to paint over it with penMode patBic and
  20. pen pattern Gray.  Using the patBic mode results in the gray affecting only
  21. the text an the white background.  (If the text was on a colored background,
  22. then you might need a different approach.)  If you use a heavy font like
  23. Chicago, then you will easily be able to read the grayed out text.
  24.  
  25. If you use patXOR, then the gray will appear in the white background as well,
  26. making the text impossible to read.
  27.  
  28. Larry
  29.  
  30.  
  31.